home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_03_01 / 3n01009a < prev    next >
Text File  |  1991-11-25  |  306b  |  9 lines

  1.  
  2. /*****************************************************/
  3. /* menu.h                                            */
  4. /* -- Interface to popup window handle module.       */
  5. /*****************************************************/
  6. HWND    HwndGetPopupMenu(HANDLE);
  7. VOID    DrawMenu(HDC, POINT, HANDLE);
  8.  
  9.